nan — Not-a-Number Value


\begin{rail}
NotANumber : 'nan' '(' ')' ;
\end{rail}
nan returns a scalar encoded with the IEEE-754 NaN (Not a Number) value. You should be able to use this value as an argument to just about any operation or function, with a result of NaN.

Subsections